Skip to content

Conversation

@nikitacano
Copy link
Contributor

Summary

We have launched a significant performance and reliability upgrade for all UDP traffic proxied through Cloudflare Tunnel. This change redesigns our UDP proxying system to make it faster and more resilient, particularly for high-volume applications like private DNS. With this update, latency-sensitive UDP traffic (e.g., DNS) will no longer be slowed down or blocked by heavy TCP traffic (e.g., file transfers) running over the same tunnel.

@github-actions
Copy link
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/changelog/ @cloudflare/pm-changelogs, @cloudflare/pcx-cloudflare-one

@@ -0,0 +1,17 @@
---
title: Faster, more reliable UDP traffic for Cloudflare Tunnel
description: We've re-architected how Cloudflare Tunnel handles UDP traffic. Your real-time applications are now faster and more stable, especially on Tunnels with mixed TCP and UDP traffic.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: We've re-architected how Cloudflare Tunnel handles UDP traffic. Your real-time applications are now faster and more stable, especially on Tunnels with mixed TCP and UDP traffic.
description: We've re-architected how Cloudflare Tunnel handles UDP traffic. Your real-time applications are now faster and more stable, especially on tunnels with mixed TCP and UDP traffic.


import { Render } from "~/components";

Your real-time applications running over [Cloudflare Tunnel](/cloudflare-one/connections/connect-networks/) are now faster and more reliable. We've completely re-architected the way `cloudflared` proxies UDP traffic in order to isolate it from other traffic, ensuring latency-sensitive applications like private DNS are no longer slowed down by heavy TCP traffic (like file transfers) on the same Tunnel.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Your real-time applications running over [Cloudflare Tunnel](/cloudflare-one/connections/connect-networks/) are now faster and more reliable. We've completely re-architected the way `cloudflared` proxies UDP traffic in order to isolate it from other traffic, ensuring latency-sensitive applications like private DNS are no longer slowed down by heavy TCP traffic (like file transfers) on the same Tunnel.
Your real-time applications running over [Cloudflare Tunnel](/cloudflare-one/connections/connect-networks/) are now faster and more reliable. We've completely re-architected the way `cloudflared` proxies UDP traffic in order to isolate it from other traffic, ensuring latency-sensitive applications like private DNS are no longer slowed down by heavy TCP traffic (like file transfers) on the same tunnel.


Your real-time applications running over [Cloudflare Tunnel](/cloudflare-one/connections/connect-networks/) are now faster and more reliable. We've completely re-architected the way `cloudflared` proxies UDP traffic in order to isolate it from other traffic, ensuring latency-sensitive applications like private DNS are no longer slowed down by heavy TCP traffic (like file transfers) on the same Tunnel.

This is a foundational improvement to Cloudflare Tunnel, delivered automatically to all customers. There are no settings to configure — your UDP traffic is already flowing faster and more reliably.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This is a foundational improvement to Cloudflare Tunnel, delivered automatically to all customers. There are no settings to configure — your UDP traffic is already flowing faster and more reliably.
This is a foundational improvement to Cloudflare Tunnel, delivered automatically to all customers. You do not need to configure any settings or update `cloudflared` — your UDP traffic is already flowing faster and more reliably.

@nikitacano nikitacano merged commit e17b096 into production Jul 15, 2025
11 checks passed
@nikitacano nikitacano deleted the tunnel-udp-improvements branch July 15, 2025 17:12
sdnts pushed a commit to sdnts/cloudflare-docs that referenced this pull request Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants